home *** CD-ROM | disk | FTP | other *** search
QuickBASIC Tokenized Source | 1989-01-01 | 3.6 KB | 89 lines |
- @ GScrollL8
- scrollu
- lines
- scrolld
- scrollL
- scrollr
- OpenW
- border
- segment
- closew
- saveW
- FillW
- offset#
- stringAddress`
- CloseLastWK
- int3S
- SetViewPage
- SetViewW
- @ defborder
- ReadScreen
- Printt
- PrinttEOL
- PrinttCR
- PrintW
- PrintWEOL
- PrintWCR
- PrintM
- PrintMEOL
- PrintMCR
- HaltPrintMain
- Monochrome
- InitWh
- DebugWG
- PrintI
- PrintS]
- PrintH
- PrintwI
- PrintwS
- PrintwH
- SwapAttr
- ChangeAttr
- ReadScreenDemo
- NMALLOC
- instr
- @ PrintMain
- HaltPrintt
- HaltPrintW
- declare.bas'
- Quick Reference:
- Scrollx
- (attribute, #lines, TR, LC, BR, RC)
- Scroll
- SaveW
- (segment, TR, LC, BR, RC)
- Save window
- OpenW
- (Border, Attribute, Segment, TR, LC, BR, RC) Save & Blank
- CloseW
- (Segment, TR, LC, BR, RC)
- Restore window
- CloseLastW ()
- , Restore last
- FillW
- (offset, varptr(x$(L))
- Prints strings
- SetViewPage (page)
- ( Set page for windows
- DefBorder (x$)
- * Create a border
- PrintErr
- (0) [0 to suppress msg, 1 to print]
- Turn off error msg.=
- , Call int 3
- ReadScreenDemo
- ---Read a string---0
- Save the top half of the screen
- Read a string from the top of the screen, cleared the screen, now press enter to print the string"
- Copy it to the bottom half
- -Find a string on the screen
- Hello"
- Hello"P
- Hello was printed at line
- Column "
- Used INSTR to locate a string on the screen"
- -Read a number from the screen
- 12345 "
- The value at 4,25 was
- Used ReadScreen to read a number from the screen
-